# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1069.1.233+1.1069.234.7 -> 1.1069.250.1 # drivers/acpi/dispatcher/dsmthdat.c 1.18.1.5 -> 1.21.1.1 # fs/inode.c 1.36.1.15 -> 1.40.1.9 # diff -Nru a/fs/inode.c b/fs/inode.c --- a/fs/inode.c Mon Feb 9 11:28:45 2004 +++ b/fs/inode.c Mon Feb 9 11:28:45 2004 @@ -57,7 +57,7 @@ */ static LIST_HEAD(inode_in_use); -static LIST_HEAD(inode_unused); +LIST_HEAD(inode_unused); static LIST_HEAD(inode_unused_pagecache); static struct list_head *inode_hashtable; static LIST_HEAD(anon_hash_chain); /* for inodes with NULL i_sb */